home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Python 1.3.3 / stdwin / Packs / textedit / Make.conf < prev    next >
Text File  |  1995-12-21  |  247b  |  10 lines

  1. # Begin Make.conf
  2. # $Header: /ufs/guido/CVSROOT/stdwin/Packs/textedit/Make.conf,v 1.1 1988/05/20 16:30:33 guido Exp $
  3.  
  4. SRCS=        textedit.c textlow.c textdbg.c editwin.c
  5. OBJS=        textedit.o textlow.o textdbg.o editwin.o
  6.  
  7. all:        $(OBJS)
  8.  
  9. # End Make.conf
  10.